home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 May / Designer's Club 1996 May.iso / mac / Idea Source / MAIN.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1996-04-02  |  158 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("rightpick")
  3.   puppetSprite(4, 1)
  4.   set the castNum of sprite 4 to 11
  5.   updateStage()
  6.   puppetSprite(4, 0)
  7.   go(the frame + 1)
  8. end
  9.